POST /File/Copy/{id}/

Copies the file with the specified ID.
 

Request

Method Request URI
POST /API/File/Copy/{id}/?sessionId=value

URI Parameters

URI Parameter Description
sessionId ID of the current session. Specifying via an Authorization request header instead is recommended.

Path Parameters

Path Parameter Description
id The ID of the file to move.

Request Headers

Authorization: Bearer <Current session ID>

Request Body

Name: options
Type: Dundas.BI.WebApi.Models.CopyEntryOptions

Response

Response Body

The ID of the file to copy.